projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef79f4a
)
(vt100-wide-mode): Use defvar, not defconst.
author
Karl Heuer
<kwzh@gnu.org>
Tue, 23 Feb 1999 22:22:50 +0000
(22:22 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 23 Feb 1999 22:22:50 +0000
(22:22 +0000)
lisp/term/vt100.el
patch
|
blob
|
history
diff --git
a/lisp/term/vt100.el
b/lisp/term/vt100.el
index 83fcc42d6e1bac2e47d59a78f5c13026ab436b06..3092a405fec95346538a7f01673c34be65eab5b6 100644
(file)
--- a/
lisp/term/vt100.el
+++ b/
lisp/term/vt100.el
@@
-39,7
+39,7
@@
(load "term/lk201" nil t)
;;; Controlling the screen width.
-(def
const
vt100-wide-mode (= (frame-width) 132)
+(def
var
vt100-wide-mode (= (frame-width) 132)
"t if vt100 is in 132-column mode.")
(defun vt100-wide-mode (&optional arg)